projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a8165
)
(sql-send-paragraph): Delete duplicate definition.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 8 Apr 1999 01:42:50 +0000
(
01:42
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 8 Apr 1999 01:42:50 +0000
(
01:42
+0000)
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index d16e9fb1f290d3380371b8f7d98574baadeb3728..f1e66cbbd386ad634d118c6e9915e9cb3b05fbff 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-812,17
+812,6
@@
Inserts SELECT or commas if appropriate."
(point))))
(sql-send-region start end)))
-(defun sql-send-paragraph ()
- "Send the current paragraph to the SQL process."
- (interactive)
- (let ((start (save-excursion
- (backward-paragraph)
- (point)))
- (end (save-excursion
- (forward-paragraph)
- (point))))
- (sql-send-region start end)))
-
(defun sql-send-buffer ()
"Send the buffer contents to the SQL process."
(interactive)